home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
HippoDraw
/
HippoDrawSrc1.1
/
Hippo.subproj
/
Plot2D.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-04-25
|
442 b
|
22 lines
/* Plot2D.h By Paul Kunz March 1992
* Replacement of obsolete class used for backward compatiblity.
*
* Copyright (C) 1991 The Board of Trustees of
* The Leland Stanford Junior University. All Rights Reserved.
*/
#define PLOT2D_H_ID "$Id: Plot2D.h,v 1.9 1992/03/21 20:21:57 pfkeb Rel $"
#import "Plot1D.h"
@interface Plot2D : Plot1D
{
}
- read:(NXTypedStream *)stream;
/*
* Standard NeXTstep de-archiving method.
*/
@end